Gets the specified
ISheet objects by the sheet names.
'Declaration
Overloads ReadOnly Property Item( _
ByVal ParamArray () As String _
) As ISheets
'Usage
Dim instance As ISheets
Dim names() As String
Dim value As ISheets
value = instance.Item(names)
ISheets Item(
params string[]
) {get;}
Parameters
- names
- An array of string values indicates the sheet names.
Property Value
The
ISheet objects which has the specified names.